花费 12 ms
printf 打印 指定长度 字符串

原样输出字符串: printf("%s", str);2. 输出指定长度的字符串, 超长时不截断, 不足时右对齐: printf("%Ns", str); --N ...

Thu May 31 23:00:00 CST 2012 1 25262

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM